home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Sound / delfinampeg / src / PCM.h < prev    next >
Text File  |  2001-06-14  |  1KB  |  39 lines

  1. /*****************************************************************************
  2.  
  3.     delfinampeg.device - mpeg.device for Delfina DSP
  4.     Copyright (C) 2000, 2001  Michael Henke
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program; if not, write to the Free Software
  18.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  
  20. *****************************************************************************/
  21.  
  22.  
  23. /** definitions for the Delfina-DSP56K program "PCM.o" **/
  24.  
  25.  
  26. /** offsets in PROGRAM section **/
  27. #define PROG_PCM_INIT       0
  28. #define PROG_PCM_INTKEY     0
  29. #define PROG_PCM_MUTE       2
  30. #define PROG_PCM_MODULE     4
  31.  
  32.  
  33. /** offsets in DATA sections (X/Y/L memory) **/
  34. #define DATY_PCM_BUFPTR     0
  35.  
  36.  
  37. /** additional DSP-memory allocations (internal/external, P/X/Y/L memory) **/
  38. /* none */
  39.